Data for Silverlight
DataView コンストラクタ(DataTable,String[])

この DataView のデータを提供する DataTable
この DataView によって公開される列の名前を含む配列。
DataView クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal table As DataTable, _
   ByVal ParamArray columnNames() As System.String _
)
public DataView( 
   DataTable table,
   params System.string[] columnNames
)

パラメータ

table
この DataView のデータを提供する DataTable
columnNames
この DataView によって公開される列の名前を含む配列。
参照

DataView クラス
DataView メンバ
オーバーロード一覧